home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / spider / draw18.ada < prev    next >
Text File  |  1993-02-04  |  246b  |  24 lines

  1. WITH Spider; USE Spider;
  2. WITH Left;
  3. PROCEDURE Drawing18 IS
  4.  
  5. BEGIN                   -- Begin the drawing
  6. Reset;
  7. Turn;
  8. Turn;
  9. Step;
  10. Step;
  11. Turn;
  12. Red; 
  13. Step;
  14. Step;
  15. Step;
  16. Left;
  17. Step;
  18. Blue;
  19. Step;
  20. Step;
  21. Step;
  22. Quit;
  23. END Drawing18;
  24.